Package com.streamwide.smartms.lib.core.api.environment.location

Types

Link copied to clipboard
open class DefaultLocatorConfig : BaseLocatorConfig
This class represent a default implementation of the locator config.
Link copied to clipboard
interface ILocationScan
This callback is used with the LocatorScanner in order to delegate some operation to the user like :
Link copied to clipboard
open class Locator<T : BaseLocatorConfig?, U : ILocationScan?>
This class gives the possibility to configure and customize the location retrieval process using some parameters.
Link copied to clipboard
open class LocatorScanner
This class manages search for location using a Locator as configuration.